BigW Consortium Gitlab

  1. 25 Mar, 2016 2 commits
  2. 21 Mar, 2016 2 commits
  3. 20 Mar, 2016 1 commit
  4. 19 Mar, 2016 1 commit
  5. 18 Mar, 2016 1 commit
  6. 17 Mar, 2016 6 commits
  7. 16 Mar, 2016 1 commit
  8. 13 Mar, 2016 1 commit
    • External Users · 42fcd388
      Zeger-Jan van de Weg authored
      The user has the rights of a public user execpt it can never create a project,
       group, or team. Also it cant view internal projects.
  9. 10 Mar, 2016 4 commits
  10. 09 Mar, 2016 1 commit
  11. 04 Mar, 2016 1 commit
  12. 20 Feb, 2016 2 commits
  13. 04 Feb, 2016 4 commits
  14. 03 Feb, 2016 2 commits
  15. 02 Feb, 2016 2 commits
    • Add CI setting: allow_guest_to_access_builds · 627909c2
      Kamil Trzcinski authored
      Add the `read_build` ability if user is anonymous or guest and allow_guest_to_access_builds is enabled.
    • Make the CI permission model simpler · 055afab5
      Kamil Trzcinski authored
      This MR simplifies CI permission model:
      - read_build: allows to read a list of builds, artifacts and trace
      - update_build: allows to cancel and retry builds
      - create_build: allows to create builds from gitlab-ci.yml (not yet implemented)
      - admin_build: allows to manage triggers, runners and variables
      - read_commit_status: allows to read a list of commit statuses (including the overall of builds)
      - create_commit_status: allows to create a new commit status using API
      
      Remove all extra methods to manage permission.
      Made all controllers to use explicitly the new permissions.
  16. 15 Jan, 2016 1 commit
  17. 14 Jan, 2016 1 commit
  18. 04 Jan, 2016 1 commit
  19. 16 Dec, 2015 1 commit
    • Avoid allocations in Ability class. · 03a40a7e
      Jason Lee authored
      It won't change anything after they are first invoke, so add method cache to avoid allocations and avoid GC.
      
      Benchmarks:
      
      ```
      Calculating -------------------------------------
      project_guest_rules without method cache
                              79.352k i/100ms
      project_guest_rules with method cache
                              93.634k i/100ms
      -------------------------------------------------
      project_guest_rules without method cache
                                2.865M (±32.5%) i/s -     11.982M
      project_guest_rules with method cache
                                4.419M (± 7.4%) i/s -     22.004M
      
      Comparison:
      project_guest_rules with method cache:  4418908.0 i/s
      project_guest_rules without method cache:  2864514.0 i/s - 1.54x slower
      
      Calculating -------------------------------------
      project_report_rules without method cache
                              53.126k i/100ms
      project_report_rules with method cache
                              97.473k i/100ms
      -------------------------------------------------
      project_report_rules without method cache
                                1.093M (±36.5%) i/s -      4.675M
      project_report_rules with method cache
                                4.420M (± 7.2%) i/s -     22.029M
      Comparison:
      project_report_rules with method cache:  4420054.3 i/s
      project_report_rules without method cache:  1092509.6 i/s - 4.05x slower
      ```
      
      https://gist.github.com/huacnlee/b04788ae6df42fe769e4
  20. 01 Dec, 2015 2 commits
  21. 17 Nov, 2015 3 commits