1. 03 Mar, 2019 1 commit
  2. 02 Mar, 2019 2 commits
    • Martin Delille's avatar
      8e202e28
    • James E. Blair's avatar
      Fix renames over redirects (#6216) · a5604b16
      James E. Blair authored
      
      In #6211, we started creating repo_redirects for ownership transfers,
      however that opens an edge case where a user might perform the
      following sequence:
      
      rename org1/repo1 -> org1/repo2  (creates org1/repo1 redirect)
      transfer org2/repo1 -> org1/repo1 (org1/repo1 redirect continues to exist)
      rename org1/repo1 -> org1/repo3 (fails due to existing org1/repo1 redirect)
      
      This change ensures that each time we rename or transfer a repo,
      we delete any existing redirects at the target location.  This
      already happens when a new repo is created.  By doing this we ensure
      that we'll never have both a repo and a redirect at the same location.
      Signed-off-by: default avatarJames E. Blair <jeblair@redhat.com>
      a5604b16
  3. 01 Mar, 2019 3 commits
  4. 28 Feb, 2019 7 commits
  5. 27 Feb, 2019 5 commits
  6. 26 Feb, 2019 3 commits
  7. 25 Feb, 2019 3 commits
  8. 24 Feb, 2019 2 commits
  9. 23 Feb, 2019 2 commits
  10. 22 Feb, 2019 2 commits
  11. 21 Feb, 2019 5 commits
  12. 20 Feb, 2019 1 commit
    • John Olheiser's avatar
      Makefile changes for Windows and easier development (#6103) · eaf9ded1
      John Olheiser authored
      * Added Go Path and node_modules to PATH
      * Uses npx now for generate-stylesheets
      * Uses `go env GOPATH` to calculate adding GOPATH/bin to PATH
      * Added note about installing Node 8.0+ to generate stylesheets
      * Added preferred Node version to CONTRIBUTING.md
      eaf9ded1
  13. 19 Feb, 2019 4 commits
    • GiteaBot's avatar
      [skip ci] Updated translations via Crowdin · eea1155a
      GiteaBot authored
      eea1155a
    • John Olheiser's avatar
      Minor UI tweaks (#5980) · d26d2497
      John Olheiser authored
      
      * Remove all CommitStatus when a repo is deleted
      Signed-off-by: default avatarjolheiser <john.olheiser@gmail.com>
      
      * Minor UI tweaks (#5782)
      Added 'No License' option
      Added link and octicon change for external issue trackers
      Reset password now notifies right away if the code is invalid
      Signed-off-by: default avatarjolheiser <john.olheiser@gmail.com>
      
      * More UI tweaks
      More info in PR
      
      * Generate stylesheet for arc-green
      
      * Make gofmt work
      
      * Change PR integration since the button is changed
      
      * Rebase
      
      * Generate stylesheet
      
      * UI updates
      Made the PR button a "basic" button
      Vertically centered the issue checkboxes
      Labels will update only once after modal is closed
      
      * Commit to reference related issues
      Resolves #5782
      Resolves #5861
      Addresses original question in #5993
      
      * Change the comment wording since PR button is no longer little and green.
      
      * Revert changes that made Windows work
      
      * Regenerate stylesheet
      
      * Regenerate stylesheets
      
      * make generate-stylesheets
      
      * Update integration again, changed button style
      Signed-off-by: default avatarjolheiser <john.olheiser@gmail.com>
      
      * Added ID to PR button
      Changed integration to use the ID to avoid breaking in the future
      
      * Added missing semi-colons
      
      * Added back distinction between issue actions and filters (overlooked it before)
      Moved action button over next to other action dropdowns
      
      * Remove extra tab formatting in list.tmpl
      
      * Remove more formatting from GoLand
      
      * Replace hardcoded "No License" with i18n license helper.
      d26d2497
    • GiteaBot's avatar
      [skip ci] Updated translations via Crowdin · 2982413f
      GiteaBot authored
      2982413f
    • Lauris BH's avatar