Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig... | Grzegorz Bizon | 2017-07-31 | 18 | -29/+225 |
|\ | |||||
| * | Merge branch 'merge-issuable-reopened-into-opened-state' into 'master' | Sean McGivern | 2017-07-28 | 4 | -14/+11 |
| |\ | |||||
| | * | Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-state | Yorick Peterse | 2017-07-28 | 4 | -14/+11 |
| * | | Merge branch 'feature/sm/35282-ci_pipeline_variables-2' into 'master' | Kamil TrzciĆski | 2017-07-28 | 3 | -0/+12 |
| |\ \ | | |/ | |/| | |||||
| | * | Remove if pipeline.variables in Ci::Build#variables | Shinya Maeda | 2017-07-28 | 1 | -1/+1 |
| | * | fix merge miss | Shinya Maeda | 2017-07-28 | 1 | -1/+1 |
| | * | init | Shinya Maeda | 2017-07-28 | 3 | -1/+13 |
| * | | Merge branch 'zj-delete-mm-team' into 'master' | Douwe Maan | 2017-07-28 | 1 | -0/+9 |
| |\ \ | | |/ | |/| | |||||
| | * | Remove Mattermost team with GitLab group | Z.J. van de Weg | 2017-07-28 | 1 | -0/+9 |
| * | | Merge branch '32483-jira-error' into 'master' | Sean McGivern | 2017-07-28 | 1 | -2/+6 |
| |\ \ | |||||
| | * | | Display specific error message when JIRA test fails32483-jira-error | Jarka Kadlecova | 2017-07-27 | 1 | -2/+6 |
| * | | | Merge branch 'bvl-add-all-settings-to-api' into 'master' | Robert Speicher | 2017-07-27 | 1 | -0/+2 |
| |\ \ \ | |||||
| | * | | | Remove deprecated `repository_storage` attributebvl-add-all-settings-to-api | Bob Van Landuyt | 2017-07-27 | 1 | -0/+2 |
| * | | | | Merge branch '1827-prevent-concurrent-editing-wiki' into 'master' | Robert Speicher | 2017-07-27 | 1 | -5/+16 |
| |\ \ \ \ | |||||
| | * | | | | Encapsulate the commit.sha logic | Hiroyuki Sato | 2017-07-27 | 1 | -1/+5 |
| | * | | | | Refactor: use keyword arguments for optional parameters | Hiroyuki Sato | 2017-07-23 | 1 | -1/+1 |
| | * | | | | Merge branch 'master' into 1827-prevent-concurrent-editing-wiki | Hiroyuki Sato | 2017-07-23 | 241 | -2841/+6059 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | * | | | | Prevent concurrent editing wiki | Hiroyuki Sato | 2017-03-08 | 1 | -5/+12 |
| * | | | | | Merge branch 'remove_blob_by_oid' into 'master' | Robert Speicher | 2017-07-27 | 1 | -4/+0 |
| |\ \ \ \ \ | |||||
| | * | | | | | Removed `Repository#blob_by_oid` unused methodremove_blob_by_oid | Andrew Newdigate | 2017-07-26 | 1 | -4/+0 |
| | | |_|_|/ | | |/| | | | |||||
| * | | | | | improve gpg key validation | Alexis Reigel | 2017-07-27 | 1 | -2/+3 |
| * | | | | | validate the foreign_key instead of the relation | Alexis Reigel | 2017-07-27 | 1 | -1/+1 |
| * | | | | | update all records at once using `update_all` | Alexis Reigel | 2017-07-27 | 1 | -6/+5 |
| * | | | | | simplify nil handling | Alexis Reigel | 2017-07-27 | 1 | -2/+1 |
| * | | | | | upcase in the model instead of in the view | Alexis Reigel | 2017-07-27 | 2 | -0/+12 |
| * | | | | | fetch gpg signature badges by ajax | Alexis Reigel | 2017-07-27 | 1 | -1/+7 |
| * | | | | | use db's on_delete instead of has_many :dependent | Alexis Reigel | 2017-07-27 | 2 | -2/+2 |
| * | | | | | use ShaAttribute for gpg table columns | Alexis Reigel | 2017-07-27 | 2 | -0/+10 |
| * | | | | | store gpg user name and email on the signature | Alexis Reigel | 2017-07-27 | 1 | -5/+11 |
| * | | | | | user may now revoke a gpg key | Alexis Reigel | 2017-07-27 | 1 | -0/+11 |
| * | | | | | simplify fetching of commit | Alexis Reigel | 2017-07-27 | 1 | -0/+4 |
| * | | | | | use after_commit instead of AfterCommitQueue | Alexis Reigel | 2017-07-27 | 2 | -12/+5 |
| * | | | | | validate presence of user on gpg_key | Alexis Reigel | 2017-07-27 | 1 | -0/+2 |
| * | | | | | use hash instead of 2d array | Alexis Reigel | 2017-07-27 | 1 | -1/+1 |
| * | | | | | allow removal of gpg key by nullifying signatures | Alexis Reigel | 2017-07-27 | 1 | -0/+1 |
| * | | | | | perform signature update in sidekiq worker | Alexis Reigel | 2017-07-27 | 2 | -3/+8 |
| * | | | | | update invalid gpg signatures when email changes | Alexis Reigel | 2017-07-27 | 2 | -4/+9 |
| * | | | | | update invalid gpg signatures when key is created | Alexis Reigel | 2017-07-27 | 1 | -0/+5 |
| * | | | | | store gpg_key_primary_keyid for unknown gpg keys | Alexis Reigel | 2017-07-27 | 1 | -0/+1 |
| * | | | | | move signature cache read to Gpg::Commit | Alexis Reigel | 2017-07-27 | 1 | -5/+0 |
| * | | | | | gpg signature is only valid when key is verified | Alexis Reigel | 2017-07-27 | 1 | -0/+4 |
| * | | | | | bail if the commit has no signature | Alexis Reigel | 2017-07-27 | 1 | -5/+1 |
| * | | | | | cache the gpg commit signature | Alexis Reigel | 2017-07-27 | 1 | -20/+5 |
| * | | | | | gpg signature model for gpg verification caching | Alexis Reigel | 2017-07-27 | 1 | -0/+7 |
| * | | | | | verify gpg commit using tmp keyring and db query | Alexis Reigel | 2017-07-27 | 1 | -1/+16 |
| * | | | | | add primary keyid attribute to gpg keys | Alexis Reigel | 2017-07-27 | 1 | -1/+14 |
| * | | | | | don't sync to keychain file | Alexis Reigel | 2017-07-27 | 2 | -32/+1 |
| * | | | | | use more descriptive variable names | Alexis Reigel | 2017-07-27 | 1 | -5/+8 |
| * | | | | | remove gpg from keychain when user's email changes | Alexis Reigel | 2017-07-27 | 2 | -12/+26 |
| * | | | | | notification email on add new gpg key | Alexis Reigel | 2017-07-27 | 1 | -0/+7 |